Author: witekfl Date: Wed Jul 2 19:26:57 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new - done dumb way, but works
---- Files affected: SPECS: use.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/use.spec diff -u /dev/null SPECS/use.spec:1.1 --- /dev/null Wed Jul 2 21:26:57 2008 +++ SPECS/use.spec Wed Jul 2 21:26:52 2008 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +# +Summary: UML-Based Specification Environment +Summary(pl.UTF-8): Środowisko tworzenia specyfikacji oparte na UML +Name: use +Version: 2.4.0 +Release: 1 +License: GPL v2 +Group: Development/Tools +Source0: http://www.db.informatik.uni-bremen.de/projects/%{name}-%{version}.tar.gz +# Source0-md5: 92e39f0edc6df05b4be15a267847c26e +URL: http://www.db.informatik.uni-bremen.de/projects/USE/ +Requires: readline +Requires: java +ExclusiveArch: %{ix86} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +USE is a system for the specification of information systems. It is +based on a subset of the Unified Modeling Language (UML) + +%description -l pl.UTF-8 +USE jest programem do tworzenia specyfikacji systemów informatycznych. +Jest oparty na podzbiorze UML-a. + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_libdir}/use/{bin,etc,images,lib} +install -d $RPM_BUILD_ROOT%{_bindir} + +cp -a etc $RPM_BUILD_ROOT%{_libdir}/use +cp -a images $RPM_BUILD_ROOT%{_libdir}/use +cp -a lib $RPM_BUILD_ROOT%{_libdir}/use +install bin/use $RPM_BUILD_ROOT%{_libdir}/use/bin +ln -sf %{_libdir}/use/bin/use $RPM_BUILD_ROOT%{_bindir}/use + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README README.OCL doc examples +%attr(755,root,root) %{_bindir}/use +%dir %{_libdir}/use +%dir %{_libdir}/use/bin +%dir %{_libdir}/use/etc +%dir %{_libdir}/use/images +%dir %{_libdir}/use/lib +%attr(755,root,root) %{_libdir}/use/bin/use +%{_libdir}/use/lib/* +%{_libdir}/use/etc/* +%{_libdir}/use/images/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/07/02 19:26:52 witekfl +- new +- done dumb way, but works + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
