]> git.pld-linux.org Git - packages/ganso.git/blobdiff - ganso.spec
- massive attack: adding Source-md5
[packages/ganso.git] / ganso.spec
index f0eee4d86117239c280536817e873f551d85c9a7..917e6a764ee56091920107091bd402db703ca6c7 100644 (file)
@@ -1,25 +1,25 @@
 Summary:       GAnSO - Gnome Animation StudiO
 Summary(pl):   Studio animacji dla GNOME
 Name:          ganso
-Version:       0.1.1
-Release:       3
+Version:       0.2.0
+Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
-Source0:       ftp://ftp.gpul.org/gpul/%{name}-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/ganso/%{name}-%{version}.tar.bz2
+# Source0-md5: 629daa8af0dc91efd1dd617858102415
 Patch0:                %{name}-am_fix.patch
-URL:           http://www.gpul.org/proyectos/ganso/
+URL:           http://ganso.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libtool
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel >= 1.0.0
 BuildRequires: libstdc++-devel
+BuildRequires: libtool
 BuildRequires: libxml-devel
+BuildRequires: smpeg-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/X11
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 
 %description
 GAnSO is a powerful Animation Studio that lets you create your own
@@ -51,13 +51,13 @@ drugiego podczas gdy oba s
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
 rm -f missing
 %{__libtoolize}
 %{__gettextize}
-aclocal -I macros
+%{__aclocal} -I macros
 %{__autoconf}
 %{__automake}
 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
@@ -70,8 +70,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %find_lang %{name}
 
 %clean
@@ -79,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README
 %dir %{_sysconfdir}/ganso
 %config %{_sysconfdir}/ganso/ganso.conf
 %attr(755,root,root) %{_bindir}/*
This page took 0.204084 seconds and 4 git commands to generate.