]> git.pld-linux.org Git - packages/album.git/commitdiff
- version 1.44
authorradek <radek@pld-linux.org>
Sun, 2 Mar 2003 14:49:39 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    album.spec -> 1.3

album.spec

index 2cf98b45da93882c865f0b4a1ff4e35628259791..ad9efd97d0cc5b771e833187bfd2980462d01f37 100644 (file)
@@ -2,12 +2,11 @@
 Summary:       HTML photo album generator
 Summary(pl):   Generator albumów fotograficznych w HTML
 Name:          album
-Version:       2.35
+Version:       2.44
 Release:       1
 License:       distributable
 Group:         Applications/Graphics
 Source0:       http://marginalhacks.com/bin/%{name}.tar.gz
-Patch0:                %{name}-OS.patch
 URL:           http://marginalhacks.com/Hacks/album/
 BuildArch:     noarch
 BuildRequires: rpm-perlprov >= 3.0.3-18
@@ -44,13 +43,12 @@ if [ "$REAL_VERSION" != "%{version}" ] ; then
        echo "Package/Source version mismatch!"
        exit 1
 fi
-%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
 
-install album caption_index $RPM_BUILD_ROOT%{_bindir}
+install album $RPM_BUILD_ROOT%{_bindir}
 cp -R Themes $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean
This page took 0.104192 seconds and 4 git commands to generate.