rpms/metapost-metauml/F-10 metapost-metauml.spec, NONE, 1.1 sources, 1.1, 1.2

Ben Boeckel mathstuf at fedoraproject.org
Mon Dec 22 01:04:40 UTC 2008


Author: mathstuf

Update of /cvs/pkgs/rpms/metapost-metauml/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10946

Modified Files:
	sources 
Added Files:
	metapost-metauml.spec 
Log Message:
Initial import.



--- NEW FILE metapost-metauml.spec ---
Name:           metapost-metauml
Version:        0.2.5
Release:        3%{?dist}
Summary:        UML in LaTeX/MetaPost

Group:          Applications/Publishing
License:        GPLv2+
URL:            http://metauml.sourceforge.net/

Source0:        http://downloads.sourceforge.net/metauml/metauml_lib_0.2.5.tgz
Source1:        http://downloads.sourceforge.net/metauml/metauml_manual_0.2.5.pdf
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  texlive
BuildRequires:  sed
Requires:       texlive

%description
MetaUML is a MetaPost library for typesetting UML diagrams.
Class, activity, use case, state machine, and package diagrams
are supported.

%prep
%setup -q -c
cp -p %{SOURCE1} ./metauml_manual_0.2.5.pdf
pushd metauml_lib/thrunk
for file in *.mp; do
    sed -i -e 's/\r//' $file;
done;
popd


%build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/%{_texmf_main}/metapost/metauml
install -m 644 -p metauml_lib/thrunk/*.mp %{buildroot}/%{_texmf_main}/metapost/metauml


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc metauml_lib/thrunk/License metauml_lib/thrunk/version.txt
%doc metauml_manual_0.2.5.pdf
%{_texmf_main}/metapost/metauml


%changelog
* Wed Dec 10 2008 Ben Boeckel <MathStuf at gmail.com> 0.2.5-3
- Fixed up URLs

* Sat Dec 06 2008 Ben Boeckel <MathStuf at gmail.com> 0.2.5-2
- Fixing things

* Sat Dec 06 2008 Ben Boeckel <MathStuf at gmail.com> 0.2.5-1
- Initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/metapost-metauml/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Dec 2008 04:19:37 -0000	1.1
+++ sources	22 Dec 2008 01:04:10 -0000	1.2
@@ -0,0 +1,2 @@
+3dabc2acafe41d19e5fc24a25dc0972a  metauml_lib_0.2.5.tgz
+f7c3312e020620ae82d4305642aee623  metauml_manual_0.2.5.pdf




More information about the fedora-extras-commits mailing list