Clean up spec file

f38
Simone Caronni 11 years ago
parent 9f1c9a7d1e
commit 901948b570

@ -3,10 +3,9 @@ Version: 3.11.91
Release: 1%{?dist} Release: 1%{?dist}
Summary: Simple scanning utility Summary: Simple scanning utility
Group: Applications/Multimedia
License: GPLv3+ License: GPLv3+
URL: https://launchpad.net/simple-scan URL: https://launchpad.net/%{name}
Source0: https://launchpad.net/simple-scan/3.11/%{version}/+download/simple-scan-%{version}.tar.xz Source0: https://launchpad.net/%{name}/3.10/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires: intltool BuildRequires: intltool
BuildRequires: sane-backends-devel BuildRequires: sane-backends-devel
@ -29,12 +28,11 @@ scanner and quickly have the image/document in an appropriate format.
%setup -q %setup -q
%build %build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT %make_install
%find_lang %{name} --with-man --with-gnome %find_lang %{name} --with-man --with-gnome
%postun %postun
@ -47,11 +45,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files -f %{name}.lang %files -f %{name}.lang
%doc COPYING NEWS README.md %doc COPYING NEWS README.md
%{_mandir}/man1/simple-scan.1.gz %{_mandir}/man1/%{name}.1.gz
%{_bindir}/simple-scan %{_bindir}/%{name}
%{_datadir}/appdata/ %{_datadir}/appdata/
%{_datadir}/applications/simple-scan.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/simple-scan/ %{_datadir}/%{name}/
%{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml
%changelog %changelog
@ -116,44 +114,3 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3-1 * Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.3-1
- Update to 3.1.3 - Update to 3.1.3
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.0.2-1
- Update to 2.32.0.2
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0.1-1
- Update to 2.32.0.1
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
- Update to 2.31.91
* Tue Aug 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90.2-1
- Update to 2.31.90.2
* Mon Aug 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90.1-1
- Update to 2.31.90.1
- Use GConf macros
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
- Update to 2.31.5
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
- Update to 2.31.4
* Mon Jun 7 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
- Update to 2.31.3
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
- Update to 2.31.1
* Wed Mar 17 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.9.9-1
- https://launchpad.net/simple-scan/trunk/0.9.9
* Mon Mar 08 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.9.5-2
- Organize and comment patch dependencies and link to upstream bug report
- add requires on yelp and add gconf schema scriptlets
* Fri Mar 05 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.9.5-1
- initial build

Loading…
Cancel
Save