rpms/xcalc/EL-5 xcalc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

stevetraylen stevetraylen at fedoraproject.org
Sat Apr 3 18:11:43 UTC 2010


Author: stevetraylen

Update of /cvs/pkgs/rpms/xcalc/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9746/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	xcalc.spec 
Log Message:
Populate branches.



--- NEW FILE xcalc.spec ---
Name:           xcalc
Version:        1.0.3
Release:        4%{?dist}
Summary:        Scientific Calculator X11 Client

Group:          User Interface/X
License:        MIT
URL:            http://xorg.freedesktop.org
Source0:        http://xorg.freedesktop.org/releases/individual/app/xcalc-%{version}.tar.bz2
Source1:        xcalc.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libXaw-devel
BuildRequires:  desktop-file-utils
BuildRequires:  xorg-x11-util-macros
BuildRequires:  libfontenc-devel
BuildRequires:  libX11-devel
BuildRequires:  libXmu-devel
BuildRequires:  libXext-devel
BuildRequires:  libXt-devel
BuildRequires:  libXpm-devel
BuildRequires:  libXft-devel
BuildRequires:  libXrender-devel
BuildRequires:  libxkbfile-devel
BuildRequires:  libXcursor-devel
BuildRequires:  libpng-devel
BuildRequires:  libXfixes-devel

%description
xcalc is a scientific calculator X11 client.

%prep
%setup -q
cp -p %{SOURCE1} .

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%if 0%{?el5}
echo 'Encoding=UTF-8' >> xcalc.desktop
%endif
install -d ${RPM_BUILD_ROOT}%{_datadir}/applications
install -p -m 644 xcalc.desktop ${RPM_BUILD_ROOT}%{_datadir}/applications
desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/xcalc.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/xcalc
%{_datadir}/X11/app-defaults/XCalc
%{_datadir}/X11/app-defaults/XCalc-color
%{_datadir}/applications/xcalc.desktop
%{_mandir}/man1/xcalc.1.*
%doc ChangeLog README

%changelog
* Sat Apr 3 2010 Steve Traylen <steve.traylen at cern.ch> - 1.0.3-4
- Bump release for first official Fedora release.
* Sun Mar 21 2010 Steve Traylen <steve.traylen at cern.ch> - 1.0.3-3
- Use desktop-validate rather than desktop-install.
- Install more with -p.
* Sun Mar 21 2010 Steve Traylen <steve.traylen at cern.ch> - 1.0.3-2
- Cosmetic line removal.
* Fri Mar 19 2010 Steve Traylen <steve.traylen at cern.ch> - 1.0.3-1
- Initial spec for fedora extras



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xcalc/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Apr 2010 17:47:38 -0000	1.1
+++ .cvsignore	3 Apr 2010 18:11:43 -0000	1.2
@@ -0,0 +1 @@
+xcalc-1.0.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xcalc/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Apr 2010 17:47:38 -0000	1.1
+++ sources	3 Apr 2010 18:11:43 -0000	1.2
@@ -0,0 +1 @@
+0b981e360b54584fcb6dc2ec4658c406  xcalc-1.0.3.tar.bz2



More information about the scm-commits mailing list