Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 48393655c88cd3f35f892c6d4ed8aee6 > files > 2

pdfmerge-1.0.4-1.fc15.src.rpm

Name:           pdfmerge
Version:        1.0.4
Release:        1%{?dist}
Summary:        Command line utility program for merging PDF files
Group:          Applications/Publishing
License:        GPLv2+
URL:            http://dmaphy.github.com/pdfmerge/
Source0:        http://dmaphy.github.com/pdfmerge/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       ghostscript, perl  

%description
pdfmerge is a command line program that merges PDF files. It can merge
any number of pdf files from command line.


%prep
%setup -q -n %{name}-%{version}


%build
# This is a Perl script, there is nothing to build


%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README README.html
%{_bindir}/%{name}


%changelog
* Sun Apr 10 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 1.0.4-1
- new upstream release

* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Sat Dec 11 2010 Dominic Hopf <dmaphy@fedoraproject.org> - 1.0.3-1
- new upstream release

* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Wed Jul 30 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 1.0-2
- Fix requires, url, license tag and clarify description.

* Wed Jul 23 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 1.0-1 
- Initial package.