]> git.pld-linux.org Git - packages/glabels.git/blobdiff - glabels.spec
- massive attack: adding Source-md5
[packages/glabels.git] / glabels.spec
index 46e1d573e1f37f107ed0902ccdebc662f461d77b..ac9a4d1b75939f3da9c64bf14c8be7b14c988bf7 100644 (file)
@@ -1,21 +1,26 @@
-Summary:       gLabels is a GNOME2 program to create labels and business cards
-Summary(pl):   gLabels jest programem dla GNOME2 do tworzenia etykiet i wizytówek
+Summary:       gLabels - a GNOME2 program to create labels and business cards
+Summary(pl):   gLabels - program dla GNOME2 do tworzenia etykiet i wizytówek
 Name:          glabels
 Version:       1.91.1
 Release:       1
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://snaught.com/glabels/source/%{name}-%{version}.tar.gz
+# Source0-md5: bd5bfd26c9e8c8f7741e255264ce2377
 Patch0:                %{name}-libgnomeprint_fix.patch
 Patch1:                %{name}-paths.patch
 Patch2:                %{name}-desktop.patch
 URL:           http://snaught.com/glabels/
 BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: intltool
 BuildRequires: libgnome-devel >= 2.2
 BuildRequires: libgnomecanvas-devel >= 2.2
 BuildRequires: libgnomeprint-devel >= 2.2
 BuildRequires: libgnomeprintui-devel >= 2.2
 BuildRequires: libgnomeui-devel >= 2.2
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,7 +49,7 @@ intltoolize --copy --force
 %{__autoconf}
 
 %configure \
-    --enable-platform-gnome-2
+       --enable-platform-gnome-2
 %{__make}
 
 %install
@@ -55,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang %{name} --with-gnome --all-name
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README ChangeLog NEWS AUTHORS
@@ -65,6 +73,3 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/glabels/predefined-labels.template
 %{_pixmapsdir}/glabels
 %{_desktopdir}/%{name}.desktop
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.059204 seconds and 4 git commands to generate.