]> git.pld-linux.org Git - packages/ezpublish.git/commitdiff
- partial cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jun 2004 00:00:45 +0000 (00:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ezpublish.spec -> 1.2

ezpublish.spec

index 7e6d2673e3bbd2a1c0cc19ecd647f60419638f78..ba559d9f2ddde536d4e86d15d03e0ded3ab4f2ef 100644 (file)
@@ -1,31 +1,18 @@
 Summary:       eZ publish content management system
-Summary(pl):   eZ publish system zarz±dzania zawarto¶ci±
+Summary(pl):   eZ publish - system zarz±dzania tre¶ci±
 Name:          ezpublish
 Version:       3.4.0
 Release:       0.1
 License:       GPL
-Group:      Networking/Daemons
-#Vendor:               -
-#Icon:         -
+Group:         Networking/Daemons
 Source0:       http://ez.no/content/download/59322/158350/file/%{name}-%{version}.tar.bz2
 # Source0-md5: 3512cd5e1b9624c35e3ef56dcdf4fcbd
-#Patch0:               %{name}-what.patch
-URL:           http://ez.no
+URL:           http://ez.no/
 BuildRequires: mysql-libs
-#PreReq:               -
-#Requires(pre,post):   -
-#Requires(preun):      -
-#Requires(postun):     -
-#Requires:     mysql-libs
-#Requires:     postgresql-libs
 Requires:      apache
 Requires:      apache-mod_rewrite
 Requires:      php
 Requires:      php-gd
-
-#Provides:     -
-#Obsoletes:    -
-#Conflicts:    -
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,23 +20,13 @@ eZ publish is an open source content management system and development
 framework.
 
 %description -l pl
-eZ publish jest systemem zarz±dzania tre¶ci± z otwartym kodem ¼ród³owym.
-
-#%package subpackage
-#Summary:      -
-#Summary(pl):  -
-#Group:                -
-#
-#%description subpackage
-#
-#%description subpackage -l pl
+eZ publish jest systemem zarz±dzania tre¶ci± z otwartym kodem
+¼ród³owym.
 
 %prep
 %setup -q 
-#-n %{name}-%{version}
-#%patch0 -p1
 
-#%build
+%build
 # if ac/am/* rebuilding is necessary, do it in this order and add
 # appropriate BuildRequires
 #%{__gettextize}
@@ -66,7 +43,6 @@ rm -rf $RPM_BUILD_ROOT
 #install -d $RPM_BUILD_ROOT
 
 #chmod og+rwx -R var
-#chown -R nouser.nouser var
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -74,21 +50,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-
-%preun
-
-%postun
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
-
-#%files subpackage
-#%defattr(644,root,root,755)
-#%doc extras/*.gz
-#%{_datadir}/%{name}-ext
This page took 0.100702 seconds and 4 git commands to generate.