]> git.pld-linux.org Git - packages/glabels.git/commitdiff
- BR: ac,am,it,lt
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 May 2003 18:29:55 +0000 (18:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glabels.spec -> 1.2

glabels.spec

index 46e1d573e1f37f107ed0902ccdebc662f461d77b..d70fc14107f4561c33d9b22cdd4a641d199aea95 100644 (file)
@@ -1,5 +1,5 @@
-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
@@ -11,11 +11,15 @@ 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 +48,7 @@ intltoolize --copy --force
 %{__autoconf}
 
 %configure \
-    --enable-platform-gnome-2
+       --enable-platform-gnome-2
 %{__make}
 
 %install
@@ -55,6 +59,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 +72,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.050118 seconds and 4 git commands to generate.