]> git.pld-linux.org Git - packages/aegis.git/commitdiff
- updated Source url,
authorkloczek <kloczek@pld-linux.org>
Fri, 5 May 2000 06:01:03 +0000 (06:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized.

Changed files:
    aegis.spec -> 1.16

aegis.spec

index 0e5fb7a3026fe6d3729284362851eedfea9292ce..55ac274eaffca76f5149f5a2d3bc2a0f1c434433 100644 (file)
@@ -2,21 +2,21 @@ Summary:      Project change supervisor
 Name:          aegis
 Version:       3.18
 Release:       1
+License:       GPL
 Group:         Development/Version Control
 Group(pl):     Programowanie/ZarzĀ±dzanie wersjami
-Copyright:     GPL
+Source0:       http://www.canb.auug.org.au/~millerp/aegis/%{name}-%{version}.tar.gz
+Patch0:                aegis-ugid.patch
 URL:           http://www.canb.auug.org.au/~millerp/aegis.html
 Icon:          aegis.gif
-Source:                http://www.canb.auug.org.au/~millerp/%{name}-%{version}.tar.gz
-Patch:         aegis-ugid.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Aegis is a transaction-based software configuration management system.
-It provides a framework within which a team of developers may work
-on many changes to a program independently, and Aegis coordinates
-integrating these changes back into the master source of the program,
-with as little disruption as possible.
+Aegis is a transaction-based software configuration management system. It
+provides a framework within which a team of developers may work on many
+changes to a program independently, and Aegis coordinates integrating these
+changes back into the master source of the program, with as little
+disruption as possible.
 
 %prep
 %setup -q
@@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/{aegis,locale},%{_libdir},%{_mandir}/man1}
 
-make install RPM_BUILD_ROOT=$RPM_BUILD_ROOT \
+make install \
        AEGIS_UID=`id -ru` \
        AEGIS_GID=`id -rg`
 
@@ -62,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc lib/en/*.{ps,txt}.gz lib/en/notes/locale.man.gz lib/en/html README.gz
 
-%dir %attr(755,aegis,aegis) /usr/com/aegis
+%dir %attr(755,aegis,aegis) %{_prefix}/com/aegis
 %dir %attr(755,aegis,aegis) %{_libdir}/aegis
 %dir %{_datadir}/aegis
 
This page took 0.070523 seconds and 4 git commands to generate.